﻿2026-09-09T05:08:15.1949796Z ##[group]Run actions/checkout@v5
2026-09-09T05:08:15.1950607Z with:
2026-09-09T05:08:15.1951003Z   repository: BigscreenVR/spt-bs-core
2026-09-09T05:08:15.1953970Z   token: ***
2026-09-09T05:08:15.1954341Z   ssh-strict: true
2026-09-09T05:08:15.1954734Z   ssh-user: git
2026-09-09T05:08:15.1955117Z   persist-credentials: true
2026-09-09T05:08:15.1955526Z   clean: true
2026-09-09T05:08:15.1955903Z   sparse-checkout-cone-mode: true
2026-09-09T05:08:15.1956347Z   fetch-depth: 1
2026-09-09T05:08:15.1956715Z   fetch-tags: false
2026-09-09T05:08:15.1957095Z   show-progress: true
2026-09-09T05:08:15.1957485Z   lfs: false
2026-09-09T05:08:15.1957842Z   submodules: false
2026-09-09T05:08:15.1958248Z   set-safe-directory: true
2026-09-09T05:08:15.1958677Z   allow-unsafe-pr-checkout: false
2026-09-09T05:08:15.1959458Z ##[endgroup]
2026-09-09T05:08:15.2791887Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-09T05:08:15.2793746Z ##[group]Getting Git version info
2026-09-09T05:08:15.2794478Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-09T05:08:15.2795528Z [command]/usr/bin/git version
2026-09-09T05:08:15.2795976Z git version 2.43.0
2026-09-09T05:08:15.2797331Z ##[endgroup]
2026-09-09T05:08:15.2800762Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/568f8cdb-d0f1-4fe7-bc49-7ea20cb93a7a/.gitconfig'
2026-09-09T05:08:15.2802133Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/568f8cdb-d0f1-4fe7-bc49-7ea20cb93a7a' before making global git config changes
2026-09-09T05:08:15.2803307Z Adding repository directory to the temporary git global config as a safe directory
2026-09-09T05:08:15.2804412Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-09T05:08:15.2816578Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-09T05:08:15.2834722Z https://github.com/BigscreenVR/spt-bs-core
2026-09-09T05:08:15.2846123Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-09T05:08:15.2849166Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-09T05:08:15.2866662Z refs/heads/golden/webserve-272-r3
2026-09-09T05:08:15.2872661Z [command]/usr/bin/git checkout --detach
2026-09-09T05:08:15.2942388Z HEAD is now at f6110c2a1 test(attachment): name the two entries, do not count the registry
2026-09-09T05:08:15.2978297Z [command]/usr/bin/git branch --delete --force golden/webserve-272-r3
2026-09-09T05:08:15.3012255Z Deleted branch golden/webserve-272-r3 (was f6110c2a1).
2026-09-09T05:08:15.3170176Z ##[endgroup]
2026-09-09T05:08:15.3173453Z [command]/usr/bin/git submodule status
2026-09-09T05:08:15.3358097Z ##[group]Cleaning the repository
2026-09-09T05:08:15.3360577Z [command]/usr/bin/git clean -ffdx
2026-09-09T05:08:16.2756514Z Removing bench-ledger/
2026-09-09T05:08:16.2757683Z Removing target/
2026-09-09T05:08:16.2768899Z [command]/usr/bin/git reset --hard HEAD
2026-09-09T05:08:16.2845875Z HEAD is now at f6110c2a1 test(attachment): name the two entries, do not count the registry
2026-09-09T05:08:16.2852454Z ##[endgroup]
2026-09-09T05:08:16.2853987Z ##[group]Disabling automatic garbage collection
2026-09-09T05:08:16.2857237Z [command]/usr/bin/git config --local gc.auto 0
2026-09-09T05:08:16.2881923Z ##[endgroup]
2026-09-09T05:08:16.2883718Z ##[group]Setting up auth
2026-09-09T05:08:16.2886189Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-09T05:08:16.2913062Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-09T05:08:16.3105576Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-09T05:08:16.3129312Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-09T05:08:16.3304809Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-09T05:08:16.3328578Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-09T05:08:16.3511930Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-09T05:08:16.3541276Z ##[endgroup]
2026-09-09T05:08:16.3542611Z ##[group]Fetching the repository
2026-09-09T05:08:16.3548169Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f6110c2a12df0dd50b87dfb60a2ec4120b5cf98d:refs/remotes/origin/golden/webserve-272-r3
2026-09-09T05:08:16.7868472Z ##[endgroup]
2026-09-09T05:08:16.7870639Z ##[group]Determining the checkout info
2026-09-09T05:08:16.7872150Z ##[endgroup]
2026-09-09T05:08:16.7873484Z [command]/usr/bin/git sparse-checkout disable
2026-09-09T05:08:16.7950917Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-09T05:08:16.7976400Z ##[group]Checking out the ref
2026-09-09T05:08:16.7978711Z [command]/usr/bin/git checkout --progress --force -B golden/webserve-272-r3 refs/remotes/origin/golden/webserve-272-r3
2026-09-09T05:08:16.8050702Z Switched to a new branch 'golden/webserve-272-r3'
2026-09-09T05:08:16.8052665Z branch 'golden/webserve-272-r3' set up to track 'origin/golden/webserve-272-r3'.
2026-09-09T05:08:16.8058501Z ##[endgroup]
2026-09-09T05:08:16.8099805Z [command]/usr/bin/git log -1 --format=%H
2026-09-09T05:08:16.8131401Z f6110c2a12df0dd50b87dfb60a2ec4120b5cf98d
